projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e748ce
)
Adwaita: Bring fix focus in flowbox
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 19 Nov 2017 21:38:28 +0000
(16:38 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 19 Nov 2017 23:04:31 +0000
(18:04 -0500)
Bring back the focus rectangle for flowbox children.
Its absence makes keynav in flowboxes really difficult.
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index 3a07eb3047db9820982a3e347ed4f629597c778e..5bad9d714788d033ae61fbb6badadcf470976b2f 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-19,7
+19,8
@@
radiobutton:focus(visible),
switch:focus(visible),
scale:focus(visible),
label:focus(visible),
-row:focus(visible) {
+row:focus(visible),
+flowboxchild:focus(visible) {
// We use the outline properties to signal the focus properties
// to the adwaita engine: using real CSS properties is faster,
// and we don't use any outlines for now.